Conversation
Signed-off-by: MaheshRavishankar <mahesh.ravishankar@gmail.com>
kuhar
reviewed
Aug 28, 2024
5de013b to
b315686
Compare
Signed-off-by: MaheshRavishankar <mahesh.ravishankar@gmail.com>
Signed-off-by: MaheshRavishankar <mahesh.ravishankar@gmail.com>
Signed-off-by: MaheshRavishankar <mahesh.ravishankar@gmail.com>
a38c59e to
019b826
Compare
Signed-off-by: MaheshRavishankar <mahesh.ravishankar@gmail.com>
e221a43 to
40242e8
Compare
This was referenced Aug 29, 2024
Merged
Signed-off-by: MaheshRavishankar <mahesh.ravishankar@gmail.com>
Signed-off-by: MaheshRavishankar <mahesh.ravishankar@gmail.com>
Signed-off-by: MaheshRavishankar <mahesh.ravishankar@gmail.com>
Signed-off-by: MaheshRavishankar <mahesh.ravishankar@gmail.com>
Collaborator
Author
|
The failure with llvm/llvm-project@1387ba4 can be reproed by this test |
Contributor
|
@MaheshRavishankar I'd argue that that test should fail on I'm confused by why that ever passed and what the generated LLVM IR looked like |
Collaborator
Author
|
There might be some legalization in LLVM for these types on non-supported hardware. Would be good to check. |
nithinsubbiah
added a commit
that referenced
this pull request
Sep 4, 2024
Recent LLVM integrate (#18384) carried a couple of reverts owing to various failures. This patch drops one of the reverts (iree-org/llvm-project@f6935c7) fixed by updating the function signature in ROCDL pipeline. --------- Signed-off-by: nithinsubbiah <nithinsubbiah@gmail.com>
IanWood1
pushed a commit
to IanWood1/iree
that referenced
this pull request
Sep 8, 2024
Recent LLVM integrate (iree-org#18384) carried a couple of reverts owing to various failures. This patch drops one of the reverts (iree-org/llvm-project@f6935c7) fixed by updating the function signature in ROCDL pipeline. --------- Signed-off-by: nithinsubbiah <nithinsubbiah@gmail.com>
josemonsalve2
pushed a commit
to josemonsalve2/iree
that referenced
this pull request
Sep 14, 2024
This PR contains revert of the following commits from upstream - llvm/llvm-project@b6603e1 : Causes build failure in https://github.com/llvm/torch-mlir/blob/main/lib/Dialect/Torch/Transforms/InlineGlobalSlots.cpp - iree-org/llvm-project@d7073c5 : Causes various errors with EmitC and failure in https://github.com/iree-org/iree/blob/main/compiler/src/iree/compiler/Codegen/Common/TypePropagationPass.cpp - llvm/llvm-project@1387ba4 : Causes failure in https://github.com/iree-org/iree/blob/main/compiler/src/iree/compiler/Codegen/LLVMGPU/test/rocdl_pipeline_test.mlir --------- Signed-off-by: MaheshRavishankar <mahesh.ravishankar@gmail.com>
josemonsalve2
pushed a commit
to josemonsalve2/iree
that referenced
this pull request
Sep 14, 2024
Recent LLVM integrate (iree-org#18384) carried a couple of reverts owing to various failures. This patch drops one of the reverts (iree-org/llvm-project@f6935c7) fixed by updating the function signature in ROCDL pipeline. --------- Signed-off-by: nithinsubbiah <nithinsubbiah@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains revert of the following commits from upstream